projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eb67dd
)
(matching_regexp): Fix OB1 error.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 14 Jan 2009 13:41:12 +0000
(13:41 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 14 Jan 2009 13:41:12 +0000
(13:41 +0000)
lib-src/ebrowse.c
patch
|
blob
|
history
diff --git
a/lib-src/ebrowse.c
b/lib-src/ebrowse.c
index 8f4f91634afb659568f20f9021457288b49d1a0c..85def362dea2759ba194d984677bfe2d6264fc0b 100644
(file)
--- a/
lib-src/ebrowse.c
+++ b/
lib-src/ebrowse.c
@@
-2033,7
+2033,7
@@
matching_regexp ()
while (in - p < min_regexp && p > inbuffer)
{
/* Line probably not significant enough */
- for (--p; p >
=
inbuffer && *p != '\n'; --p)
+ for (--p; p > inbuffer && *p != '\n'; --p)
;
}
if (*p == '\n')